home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / internet / temafire / Doodle Plastik.jar / global / popup.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-06-09  |  1.2 KB  |  55 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. /* :: menupopup :: */
  4.  
  5. menupopup,
  6. popup {
  7. border: 2px solid;
  8. -moz-border-top-colors: #8d8d8d #e1e3e8;
  9. -moz-border-right-colors: #8d8d8d #e1e3e8;
  10. -moz-border-bottom-colors: #8d8d8d #e1e3e8;
  11. -moz-border-left-colors: #8d8d8d #e1e3e8;
  12. -moz-border-radius: 2px;
  13. min-width: 1px;
  14. margin-bottom: 1px;                /* This fixes the problem where the last option is automatically activated */
  15.                                 /* when opening navigator's popups at the right bottom corner */
  16. background-color: #fafafa;}
  17.  
  18. menubar menupopup {
  19. margin-bottom: 0px;}
  20.  
  21. /* :: tooltip :: */
  22.  
  23. tooltip {
  24. -moz-appearance: tooltip;
  25. margin-top: 21px;
  26. border: 1px solid InfoText;
  27. padding: 2px 3px;
  28. max-width: 40em;
  29. background-color: InfoBackground;
  30. color: InfoText;
  31. font: message-box;}
  32.  
  33. .tooltip-label {
  34. margin: 0px !important;}
  35.  
  36. tooltip[titletip="true"] {
  37. /* See bug 32157 comment 128
  38. * margin: -2px 0px 0px -3px;
  39. */
  40. max-width: none;}
  41.  
  42. /* rules for popups associated with menulists */
  43.  
  44. menulist > menupopup,
  45. .menulist-menupopup {
  46. border: 1px solid black;
  47. padding: 0px;
  48. min-width: 0px;
  49. background-color: white;}
  50.  
  51. menupopup menupopup,
  52. popup menupopup {
  53. margin-top: 3px;
  54. margin-left: -8px;}
  55.